Package-level declarations
Types
Tool callback that can be used to execute an agent. Supports "Subagent" or "handoff" style usage.
Prefix tool names with the application name.
Default tools for handling agent processes
Spring AI ToolCallback implementation for a specific goal.
Names published tools.
Generic tool callback provider that publishes a tool callback for each goal. Each invocation will result in a distinct AgentProcess being executed. Multiple instances of this class can be created, each with different configuration, for different purposes. Tools can be exposed to actions or via an MCP server etc. Return a tool callback for each goal taking user input. If the goal specifies startingInputTypes, add a tool for each of those input types. Add a continue tool for any process that requires user input and is waiting for a form submission.
Prompted awaitable communicator
A simple naming strategy that uses the last two segments of the goal name to create a tool name. For example, "com.myco.MyAgent.myGoal" becomes "MyAgent_myGoal".
Communicator for awaiting user input.
Tool definition that wraps an input type, generating a JSON schema for it.